/-app
/-docs
/-docs/types
/-docs/types/text
/-docs/types/text/base
SimpleCodeMirrorDocHandler.ts
/-docs/types/text/css
CssDocHandler.ts
/-docs/types/text/html
/-docs/types/text/js
/-docs/types/text/json
/-docs/types/text/less
/-docs/types/text/sass
/-docs/types/text/scrollerView
/-docs/types/text/scss
CodeMirror-ext.css
CodeMirrorDocHandler.ts
api.ts
load.ts
api.ts
listSubmodules.ts
load.ts
DocHost.ts
/-files
/-imports
/-persistence
/-typings
errors.js
functions.ts
index.html
try.js
177
128
        <div
129
           style="float: left; width: 45%; padding: 3em;">
130
          <button data-bind="click: addClick"> add </button>
131
          <button data-bind="click: deleteClick"> delete </button>
132
        </div>
133
​
134
        <div
135
           style="float: right; width: 45%; padding: 3em;">
136
          Export files<br>
137
          <button data-bind="click: exportAllHTML"> copy of everything as HTML </button><br>
138
          <button data-bind="click: exportAllZIP"> copy of everything as ZIP </button><br>
139
          <button data-bind="click: exportCurrentFile"> currentFile </button><br>
140
          <br>
141
​
142
          Import files<br>
143
          <button data-bind="click: importText"> text file import </button><br>
144
          <button data-bind="click: importBase64"> binary file import (base64) </button><br>
145
          <button data-bind="click: importZIP"> import a whole ZIP archive </button><br>
146
​
147
        </div>
148
​
149
      </div>
150
​
151
      
152
      
153
    </div>
154
​
155
  </div>
156
</div>
157
​
158
<div class=teapo-status-bar
159
   data-bind="loadRaw: docHostRegions.status = $element">
160
</div>
161
     
162
​
163
<script data-legit=teapo>try { teapo.app.start(); } catch (err) { alert(err+' '+err.stack); }</script>
164
​
165
<!--
166
<script data-legit=teapo type="text/javascript" src="https://getfirebug.com/firebug-lite.js">
167
{
168
    overrideConsole: true,
169
    startInNewWindow: false,
170
    startOpened: true
171
}
172
</script>
173
-->
174
​
175
</body>
176
</html>
177
​
43:18